auto merge of #965 : alexcrichton/cargo/issue-951, r=brson
authorbors <bors@rust-lang.org>
Tue, 25 Nov 2014 04:02:32 +0000 (04:02 +0000)
committerbors <bors@rust-lang.org>
Tue, 25 Nov 2014 04:02:32 +0000 (04:02 +0000)
commitb9ff1a3af5664ec08e5f0c7d1eded6a5a9e5c675
tree2c788302df00160da741125f01af6f1e121b6885
parent33ef90f6cbd0beda942c7539217eca29cd616913
parent2ba5c5ec454a2a3b0f4711c685c60822b7027d70
auto merge of #965 : alexcrichton/cargo/issue-951, r=brson

When applying the lockfile to a resolve graph, we need to take into account that
the listed source of dependencies can change over time, in which case we cannot
lock to the previous version but instead need to continue onwards with updating
the listed source.

Closes #951